const crypto/tls.maxSessionTicketLifetime
5 uses
crypto/tls (current package)
common.go#L919: const maxSessionTicketLifetime = 7 * 24 * time.Hour
handshake_client_tls13.go#L868: if lifetime > maxSessionTicketLifetime {
handshake_server.go#L477: if c.config.time().Sub(createdAt) > maxSessionTicketLifetime {
handshake_server_tls13.go#L387: if c.config.time().Sub(createdAt) > maxSessionTicketLifetime {
handshake_server_tls13.go#L1012: m.lifetime = uint32(maxSessionTicketLifetime / time.Second)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)